home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / business / pb031.dms / pb031.adf / EasyCalc / help / _abs.help next >
Text File  |  1992-11-20  |  346b  |  20 lines

  1. Spreadsheet Function: ABS()
  2. Synopsis:
  3.  
  4. @ABS(expression)
  5.  
  6. Description:
  7.  
  8. This  function  returns  the  ABSolute  value of the
  9. expression.   ie.  The sign of the number is ignored
  10. so that all numbers become positive.
  11.  
  12. Examples:
  13.  
  14. @VAT(-123.4) would give, 123.4.
  15. @VAT(10+1) would give, 11.
  16. *
  17. Using Functions
  18. Usefunc.help
  19. Maths Operators
  20. operators.help